-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(insight): added hosted insight version API #748
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is my first time reviewing anything from this project, but this all looks well written, documented, and unit tested, so I say
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, but I could not find the call in swagger. Is it public yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please validate versionNumber
typing and missing body
argument.
src/resources/InsightPanelInterfaces/tests/InsightPanelInterface.spec.ts
Outdated
Show resolved
Hide resolved
@GermainBergeron they are public but not yet documented on Swagger. We'll do that shortly. |
🎉 This PR is included in version 48.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Added the newly GA routes for hosted insight panel version history.
Updated the existing CRUD routes.
Acceptance Criteria